home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / Pedestal / Source / Includes / PedCommandClose.hh < prev    next >
Encoding:
Text File  |  2000-06-24  |  195 b   |  14 lines

  1. /*    ====================
  2.  *    PedCommandClose.hh
  3.  *    ====================
  4.  */
  5.  
  6. #pragma once
  7.  
  8. #include "PedCommand.hh"
  9.  
  10. class PedCommandClose : public PedCommand {
  11. public:
  12.     virtual void Execute();
  13. };
  14.